home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / KSPSLP33.ZIP / WHATSNEW.DOC < prev   
Encoding:
Text File  |  1996-02-03  |  15.7 KB  |  409 lines

  1.  
  2.  
  3.  
  4.                           WHAT'S NEW IN KSP SLIP
  5.  
  6.  
  7.      3.3:  Clean  Up:  Vastly Improved the run-time performance of the
  8.            multi-threaded code.  
  9.  
  10.            SysOps:  Be  sure  to  tell  users  to configure their slip
  11.            software  (e.g.,  Trumpet  Winsock)  so  that  RWIN  is  no
  12.            greater  than  MSS;  otherwise some packet transfers to the
  13.            BBS  may  get  lost  and  performance  will  suffer  due to
  14.            retransmissions.  
  15.  
  16.      3.2:  Clean  Up:  Redesigned as multi-threaded code using the MIX
  17.            Multi-C library.  
  18.  
  19.            Clean   Up:   The  inactivity  timer  was  being  restarted
  20.            everytime  a character was received on the serial line, and
  21.            thus  noise  could  sometimes  keep the timer from reaching
  22.            zero.   Now  the  timer is only restarted upon receipt of a
  23.            error-free inbound slip packet.  
  24.  
  25.      3.1:  Clean  Up:  Improved  handling  of "ksp-slip.ophours" .  If
  26.            start  time  is after the stop time, the hours of operation
  27.            will  be  interpreted  as  all  but  those  in  the  window
  28.            specified.   I.e.,  setting  ophours  to  03:20-03:00  will
  29.            allow operation anytime except 03:00-03:20.  
  30.  
  31.      3.0:  New  Feature:  Added a option (ksp-slip.blocked_ip_list) to
  32.            specify  the name of a file containing a list of blocked IP
  33.            addresses.   Users will not be allowed to connect to any IP
  34.            address  on  this  list,  and  a  TCP/IP  ICMP type 3 (host
  35.            unreachable),  code 10 (communication with destination host
  36.            is  administratively  forbidden)  error notification packet
  37.            is sent to the user's SLIP client.  
  38.  
  39.      2.9:  Bug  Fix:  If  the  minutes remaining passed to KSP-SLIP in
  40.            the  DOOR.SYS  file  was zero, the user would get unlimited
  41.            time; corrected.  
  42.  
  43.      2.8:  Work  Around:  Discovered  that the ARNET driver in Egberto
  44.            Willies'  COMM-DRV  (used  by  Clark Development's PCBoard)
  45.            does  not  adhere  100% to the fossil spec in that function
  46.            04h  (Initialize)  does  not  return 1954h when called with
  47.            DX=00FFh.   I  was  using  this to detect the presence of a
  48.            fossil  driver as recommended in the fossil spec! Corrected
  49.            by  modifying  the  presence  test  to  add  two additional
  50.            presence tests if the first one (04h) fails.  
  51.  
  52.      2.7:  Bug   Fix:  Fossil  drivers  do  not  typically  detect  an
  53.            incoming  serial  "break"  signal.   Thus  when used with a
  54.            fossil   driver,   the   configuration   parameter   called
  55.            "serialport"  is  used to enable additional code to provide
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                           WHAT'S NEW IN KSP SLIP
  63.  
  64.  
  65.            this  feature.   Although this code worked fine when tested
  66.            with  the  X00  fossil  driver,  it  prevented both the BNU
  67.            fossil  driver  and  PCBoard's  COMMDRV  program from doing
  68.            serial output properly.  Corrected.  
  69.  
  70.            Bug  Fix:  Was  not  detecting  carrier  loss (user hangup)
  71.            properly.  Corrected.  
  72.  
  73.            Clean  Up:  When  opening  the  door, the number of minutes
  74.            remaining  is  displayed  properly to the caller.  However,
  75.            the  minutes  remaining  was  not  tracked  properly  while
  76.            running  the  door  when  it  was a very large number (like
  77.            1440 minutes = 24 hours).  Corrected.  
  78.  
  79.      2.6:  Bug  Fix:  Wasn't  working  with Digiboard when used with a
  80.            fossil driver.  Corrected.  
  81.  
  82.            Bug          Fix:          Configuration          parameter
  83.            ksp-slip.serialport=<adr>,<irq>  was  not working properly;
  84.            corrected.  
  85.  
  86.            Bug  Fix:  The  COM  port number in DOOR.SYS was limited to
  87.            COM1  through  COM4 since this is all that can be supported
  88.            by  the  async  library;  however,  there should be no such
  89.            limit if a fossil driver is used.  Corrected.  
  90.  
  91.            Bug  Fix:  The  special  break detect code used with fossil
  92.            drivers  was  interfering  with  normal  fossil  operation;
  93.            corrected.  
  94.  
  95.            New  Feature:  Added  support  for  an environment variable
  96.            (ksp-ip)  to  set  the IP address.  Since the IP address is
  97.            often  the  only  parameter in WATTCP.CFG that changes from
  98.            one  BBS  node  to another, this allows using a single copy
  99.            of that file for all nodes.  
  100.  
  101.            Clarification:  Some  Internet  access  providers configure
  102.            their  dial-up  slip  and  ppp  accounts  with a very small
  103.            segment  size.   You  may  need to set mss as low as 212 if
  104.            your Internet connection is through such a connection.  
  105.  
  106.      2.5:  Oops!   When  I  fixed  the  search  algorithm  in  2.5,  I
  107.            accidentally  broke  the "include" directive in WATTCP.CFG.
  108.            Corrected.  
  109.  
  110.      2.4:  Bug  Fix:  Dynamic  parameters  did  not function properly;
  111.            corrected.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.                           WHAT'S NEW IN KSP SLIP
  121.  
  122.  
  123.            Change:  Changed  the  search  order  for  WATTCP.CFG to be
  124.            downward  compatible  with  earlier  versions  of KSP-SLIP.
  125.            First,   it  checks  for  an  environment  variable  called
  126.            WATTCP.CFG  that specifies the directory.  Second, it looks
  127.            in  the  current  (default) directory.  Third, if still not
  128.            found,   it  looks  in  the  directory  that  contains  the
  129.            executable (KSP-SLIP.EXE).   
  130.  
  131.      2.3:  New   Feature:   Added   a   command   line  option  (e.g.,
  132.            /MAX_MINS=60)  to limit the time a caller is allowed in the
  133.            door.   If  used,  time  in the door will be the minimum of
  134.            that  specified  by  the option and their time remaining on
  135.            the BBS.  
  136.  
  137.            Enhancement:  KSP  SLIP  now  looks in three directories to
  138.            locate   the  WATTCP.CFG  configuration  file.   First,  it
  139.            checks  for  an environment variable called WATTCP.CFG that
  140.            specifies   the   directory.    Second,  it  looks  in  the
  141.            directory  that  contains  the  executable  (KSP-SLIP.EXE).
  142.            Third,  if  still  not  found,  it  looks  in  the  current
  143.            (default) directory.  
  144.  
  145.            Enhancement:     Added     a     command     line    option
  146.            (/CONFIG=<number>,  where  "<number>" is a non-zero integer
  147.            such  as  "1") to facilitate dynamic configuration options.
  148.            If  used, then any WATTCP.CFG configuration file parameters
  149.            of the form: 
  150.  
  151.                    ksp-slip[<number>].<parameter>=<value> 
  152.  
  153.            are  ignored  unless  the integer number enclosed in square
  154.            brackets   matches  that  specified  in  the  command  line
  155.            option.   This  also  works  for global parameters, such as
  156.            "ksp[<number>].<parameter>".  
  157.  
  158.      2.2:  Bug  Fix: KSP SLIP was sometimes hanging on exit because it
  159.            had  not  unhooked the serial port interrupt routine before
  160.            exiting the program.  Corrected.  
  161.  
  162.            Bug  Fix:  There  is  a  special  end-of-frame  marker that
  163.            identifies  the end of each slip packet.  A common practice
  164.            is  to  also  send  one of these at the beginning of a data
  165.            packet  so  that  the  receiver  will  see  an empty packet
  166.            followed   by  the  (real)  data  packet;  this  helps  the
  167.            receiver  tolerate  line noise by effectively telling it to
  168.            flush  its  input  buffer  in  preparation for the arriving
  169.            data.   A  common  performance  enhancement is to eliminate
  170.            the  extra  empty  packet if it falls "on the heels" of the
  171.            previous  data  packet;  it  would  be  redundant since the
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.                           WHAT'S NEW IN KSP SLIP
  179.  
  180.  
  181.            receiver  will  have  just flushed its input buffer anyway.
  182.            KSP-SLIP  was  making  the  decision  to  insert  the empty
  183.            packet  or  not  by reading the line status register of the
  184.            UART  to  see if it was still transmitting.  Unfortunately,
  185.            reading  the this register also resets it, and thus screwed
  186.            up  the  interrupt  driven  serial communications routines.
  187.            The  new  code checks the output queue instead of the UART;
  188.            this  seems  to  virtually  eliminate several problems that
  189.            have  been  reported, such as a suspiciously high number of
  190.            bad  slip  packets,  corrupted  remote  IP  addresses,  and
  191.            stalled transfers.  
  192.  
  193.            New  Feature:  All  of  our  software  is now available via
  194.            anonymous   ftp   at   "scizzl.scu.edu",  directory  "ksp".
  195.            Please note that there is no "e" at the end of "scizzl".  
  196.  
  197.      2.1:  Enhancement:  Now sends out a dummy IP packet at startup to
  198.            correctly  record  the  IP  address  of  the  BBS  node  in
  199.            KSP-DVMX  (in  case  it  is being used).  See discussion in
  200.            WHATSNEW.DOC of KSP-DVMX, version 1.1.  
  201.  
  202.            Cleanup:  Replaced  "Returning  to PCBoard..." message with
  203.            the more universal "Returning to BBS...".  
  204.  
  205.      2.0:  Bug  Fix:  Would  crash  at startup if no packet driver was
  206.            found.  Corrected.  
  207.  
  208.            Enhancement:   Added   the  ability  to  override  Waterloo
  209.            TCP/IP's  automatic  search for the packet vector interrupt
  210.            by using an environment variable, as in: 
  211.  
  212.                    set ksp-pv=<number> 
  213.  
  214.            where  "<number>"  may  be  in decimal (e.g., "96"), in hex
  215.            preceded  by  "0x"  (e.g., "0x60"), or in octal preceded by
  216.            "0" (e.g., "0140").  
  217.  
  218.            Enhancement:  Added  information in the documentation about
  219.            a  packet  driver  shim  for  Novell with a Token-Ring_SNAP
  220.            network.  
  221.  
  222.            Enhancement:   Performance   problem   when  running  under
  223.            DESQview  with PKTMUX solved by creation of KSP-DVMX packet
  224.            multiplexer.   Available  as file KSPMUX*.ZIP, where "*" is
  225.            the version number.  
  226.  
  227.            Cleanup:  Edited documentation to remind user to make *.MSG
  228.            display  files read-only to avoid file sharing conflicts in
  229.            a multi-node system.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                           WHAT'S NEW IN KSP SLIP
  237.  
  238.  
  239.  
  240.      1.9:  New   Feature:  Now  DESQview  "aware"  to  provide  better
  241.            performance  in  a multitasking environment. (NOTE: Two KSP
  242.            SLIP  doors  running  simultaneously  on  one  machine will
  243.            experience  severe  performance degradation due to problems
  244.            in   PKTMUX;  we're  working  on  a  replacement  for  this
  245.            package.) 
  246.  
  247.            New      Feature:      Added      configuration      option
  248.            "ksp-slip.local_bell"  which  can  be  set to "disabled" to
  249.            silence the bell on the BBS console.  
  250.  
  251.            New      Feature:      Added      configuration      option
  252.            "ksp-slip.local_screen"  which  can be set to "disabled" to
  253.            improve  screen  painting  speed  for the caller. (Does not
  254.            affect status displays.) 
  255.  
  256.            Enhancement:  Added  more  information to local BBS console
  257.            status  display,  including user name, location, total time
  258.            remaining,  idle  time  remaining, and IP address of remote
  259.            connection.  
  260.  
  261.            Enhancement:   Added  a  sample  script  file  for  Trumpet
  262.            Winsock  that  dials  the BBS, logs in, runs the SLIP door,
  263.            and  grabs  the IP address from the screen when STARTUP.MSG
  264.            is  displayed.   This  solves  the  caller's problem of not
  265.            knowing  which node (and thus which IP address) he will get
  266.            when calling in through a rotary.  
  267.  
  268.      1.8:  CleanUp:  Discovered  that  only the newest versions of the
  269.            Novell  packet  driver  shim  (ODIPKT)  allow  command line
  270.            parameters  to  be specified in hex; older versions require
  271.            that   they   be  specified  only  in  decimal.   Our  docs
  272.            describing  how to install ODIPKT have now been modified to
  273.            show  decimal  parameters  since  they  will  work  in  all
  274.            versions of ODIPKT.  
  275.  
  276.            CleanUp:  Moved  the  copyright  notice  so that it appears
  277.            before the startup message rather than after it.  
  278.  
  279.      1.7:  CleanUp:  Whoops!  The bug fix introduced in version 1.6 to
  280.            correct   the  status  display  bug  was  unfortunately  an
  281.            incomplete  fix.   If  the  "ksp-slip.status" configuration
  282.            parameter  was  not  used at all, the screen would still be
  283.            erased  and the packet counters displayed, but without ever
  284.            changing their values from zero.  Corrected.  
  285.  
  286.            Enhancement:  Documented the "include" directive that helps
  287.            when you have multiple nodes.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.                           WHAT'S NEW IN KSP SLIP
  295.  
  296.  
  297.  
  298.            CleanUp:  Clarified  the description of the batch file used
  299.            to invoke the door.  
  300.  
  301.            BugFix:  If  no  WATTCP.CFG  environment variable was used,
  302.            there   was   a   chance  that  part  of  memory  might  be
  303.            corrupted.  Corrected.  
  304.  
  305.      1.6:  Bug  Fix: The status display packet counters were not being
  306.            updated  properly (all counts were output to the bad packet
  307.            count  field).   Monochrome  versus color monitor detection
  308.            was not working. Corrected.  
  309.  
  310.      1.5:  Enhancement:  Added a "ksp-slip.reserve_mins" configuration
  311.            parameter  so  that  the  user  has some BBS time remaining
  312.            even if time expires while in the door.  
  313.  
  314.      1.4:  Enhancement:   Fossil   drivers   do   not   support  break
  315.            detection.   Added  code  to  add that break detection when
  316.            used  with  fossil driver provided WATTCP.CFG file contains
  317.            a ksp-slip.serial_port configuration option.  
  318.  
  319.            Bug  Fix:  When  a  user  dropped carrier, KSP SLIP did not
  320.            necessarily  properly  unhook  the  serial  port  interrupt
  321.            routine.  Corrected.  
  322.  
  323.      1.3:  Bug  Fix:  Discovered  that Fossil support was not working.
  324.            Corrected.  
  325.  
  326.            Enhancement:   Users   may  now  send  a  break  signal  to
  327.            terminate the SLIP connection and return to the BBS.  
  328.  
  329.            Enhancement: Now checks for and requires 8N1 operation.  
  330.  
  331.            Enhancement:  Added ksp-slip.countdown configuration option
  332.            to  eliminate  the "press any key to begin" and nine-second
  333.            countdown at startup.  
  334.  
  335.      1.2:  Enhancement:  Replaced  local  console  "Whirly Gig" with a
  336.            continuously  updated  count  of  SLIP  packets.   Added  a
  337.            configuration  parameter  "ksp-slip.stats" to select output
  338.            method: ansi, bios, or direct.  
  339.  
  340.            New      Feature:     Added     configuration     parameter
  341.            "ksp-slip.serial_port".   If used, it overrides serial port
  342.            address  and  IRQ  values implied by "COMx" in DOOR.SYS and
  343.            is  provided  to  support  non-standard configurations that
  344.            don't use a fossil driver.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.                           WHAT'S NEW IN KSP SLIP
  353.  
  354.  
  355.      1.1:  Enhancement:  Added  a "Whirly Gig" on the local console to
  356.            indicate SLIP packet activity in progress.  
  357.  
  358.      1.0:  Initial release.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.